home *** CD-ROM | disk | FTP | other *** search
/ MacWorld: Complete Mac Interactive / Macworld Complete Mac Interactive CD)(1994).iso / Software / Graphsoft / Arch Demo / Core.sit / MiniCad 5 Demo.rsrc / STR#_7018.txt < prev    next >
Text File  |  1994-04-15  |  534b  |  22 lines

  1. Returns the scale of the layer that is connected to h.
  2.  
  3. GetLScale(h : Handle) : REAL;
  4.  
  5. Returns the number of selected objects on the layer that is connected to h.
  6.  
  7. NumSObjs(h : Handle) : INTEGER;
  8.  
  9. Returns the number of objects on the layer that is connected to h.
  10.  
  11. NumObj(h : Handle) : INTEGER;
  12.  
  13. Returns the visibility of the layer that is connected to LayerHandle.
  14. 0 = Normal, 1 = Grayed, 2 = Invisible
  15.  
  16. GetLVis(LayerHandle : HANDLE) : INTEGER;
  17.  
  18. Returns the name of the layer that is connected to h.
  19.  
  20. GetLName(h : Handle) : STRING;
  21.  
  22.